home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1342 / readme1s.txt < prev   
Text File  |  1997-05-15  |  6KB  |  202 lines

  1. AutoMate Professional Edition 3.6b
  2. ==================================
  3. Copyright, 1997 Unisyn Corp.
  4.  
  5. WARNING
  6. ===========
  7. For those upgrading from a previous version of 
  8. AutoMate:
  9.  
  10. Be sure to install into a different directory 
  11. than the original in order to save your existing
  12. task files (tasks.ldb and tasks.mdb).
  13.  
  14. Version 3.6b
  15. ~~~~~~~~~~~~
  16. Fixed more International date/time problems
  17.  
  18. Version 3.6a
  19. ~~~~~~~~~~~~
  20. Fixed International date/time problems
  21. Fixed Missing tasks on startup
  22. Fixed various problems with auto-late task handling
  23.  
  24. Version 3.6
  25. ~~~~~~~~~~~~
  26. New Enhanced Logging
  27. New easier to use Help File
  28. New Scheduling functions
  29. Helpful Hints for Macros
  30.  
  31. Version 3.5j
  32. ~~~~~~~~~~~~
  33. Hopefully fixed bug in tabctl32.ocx that caused
  34. error 429 to display on startup for some people. 
  35.  
  36. Version 3.5h
  37. ~~~~~~~~~~~~
  38. Added functions to prevent task database 
  39. corruption on startup.
  40.  
  41. Version 3.5g
  42. ~~~~~~~~~~~~
  43. Added new internal feature that automatically 
  44. sets a launched application's working directory 
  45. before starting the application.
  46.  
  47. Version 3.5f
  48. ~~~~~~~~~~~~
  49. Fixed bug in Scripting language that caused lockup
  50. when 'sendkeys' function was used in a script.
  51.  
  52. Version 3.5d
  53. ~~~~~~~~~~~~
  54. Fixed bug that prevented automated processing of
  55. recorded events. Enhanced error handling implimented.
  56.  
  57. Version 3.5c
  58. ~~~~~~~~~~~~
  59. This version provides you with a hotkey to stop 
  60. the event recorder from recording, rather than 
  61. clicking the "Stop Recording" button manually.
  62.  
  63. Version 3.5b
  64. ~~~~~~~~~~~~
  65. This version fixes a bug in the Scripting Language
  66. that had to do with the "Sendkeys" command as well 
  67. as a few other programmatical issues.
  68.  
  69. New Features Added in Version 3.5:
  70. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  71. A new "Event Recorder" will allow you to actually record
  72. and playback mouse movements, clicks and keystrokes,
  73. enabling you to build macros quicker and 
  74. easier than ever!
  75.  
  76. An improved Macro Builder interface provides you with
  77. iconic representation of your macro steps and more 
  78. "English" terms for easier interpretation.
  79.  
  80. A new Insert Button in the Macro Builder allows
  81. you to insert lines at any point in the macro without
  82. using the old arrow buttons for positioning.
  83.  
  84. New Features Added in Version 3.2:
  85. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  86. AutoMate is now fully Internet automated.  Two new 
  87. macro commands under miscellaneous allow you to 
  88. automatically dial and disconnect from your Internet 
  89. connection. (No more hassling with your DUN folder!)
  90.  
  91. AutoMate now allows you to insert macro data from 
  92. any existing procedure, simply right click on the macro 
  93. list in the Macro Builder and select "Insert Existing Macro"
  94.  
  95. AutoMate now enables you to easily duplicate or "Clone" 
  96. your existing tasks for fast re-creation of similar tasks.  
  97. Simply select the task you would like to duplicate and then 
  98. from the "Tasks" menu, select "Clone".
  99.  
  100. Four new scripting commands make BASIC in AutoMate a 
  101. pleasure to use:
  102.  
  103. 1. LaunchProc: Launches an AutoMate procedure from 
  104. within a script.
  105. 2. ExitProc: Exits an AutoMate procedure from within 
  106. a script.
  107. 3. ConnectTo: Connects to your internet service provider 
  108. automatically.
  109. 4. HangUp: Disconnects from an internet connection.
  110.  
  111. For more info on these commands, see the "Scripting Additions"
  112. document.
  113.  
  114. New feature added in version 3.0c:
  115. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  116. Command line arguments are now accepted for 
  117. manual launching of tasks.  To manually launch 
  118. a task from the command prompt, simply specify 
  119. name of the procedure (or reminder) after the 
  120. path and filename of automate.exe.
  121.  
  122. For example...  
  123. =======================================================
  124. "c:\program files\unisyn\automate.exe" sample procedure 
  125. =======================================================
  126. (Quotes are needed only around the path and filename to 
  127. AutoMate, the name of the procedure should not have 
  128. quotes around it.)
  129.  
  130. ...would start AutoMate, launch the Sample Procedure
  131. that is included, and then terminate AutoMate.  The 
  132. name of the task should not be case sensitive.  There 
  133. are many useful functions that are possible with this 
  134. new feature:
  135. 1. Create shortcuts to AutoMated Tasks on your Desktop 
  136.    and then just double-click whenever you need them to 
  137.    execute.
  138. 2. Create shortcuts to AutoMated Tasks and place them 
  139.    in your StartUp Group for AutoMated "StartUp Tasks".
  140. 3. More knowledgeable users and consultants can now set 
  141.    up shortcuts to AutoMated tasks for less knowledgeable
  142.    users to conveniently run.
  143.  
  144. =================================
  145. Note that Unisyn can not provide support for the 
  146. included scripting engine with regards to programming, 
  147. syntax, structure, and debugging issues.
  148.  
  149. For help with Scripting issues, see the Scripting
  150. Reference Manual, the scripting additions document, 
  151. or press F1 at the Script Builder Dialog.  Help in the 
  152. Scripting Editor is very similar to most professional 
  153. development tool in that you can highlight a word in 
  154. you code and hit F1 to see context sensitive help.
  155. =================================
  156.  
  157.  
  158.  
  159. GENERAL
  160. ===========
  161.  
  162. AutoMate is a 'Tray Icon' application.
  163.  
  164. This means that when it is loaded, it uses and 
  165. will be located in the 'System Tray' (usually 
  166. located on the lower right side of the screen 
  167. on the Taskbar).
  168.  
  169. For more information on using the System Tray,
  170. consult Windows help, or view the section named
  171. 'Installation' in the AutoMate help.
  172.  
  173. GENERAL INFO
  174. ============
  175.  
  176. AutoMate allows you to schedule your computer to perform 
  177. any task on it's own at any time.
  178.  
  179. This application can be found in the WINUSER
  180. Forum on CompuServe, an official distribution and support
  181. online resource for future updates. Search for automate.
  182.  
  183. The Windows Users Group Network [WUGNET], operators of
  184. the oldest and largest independent support resource forum
  185. [WINUSER] for Windows users  on CIS with over 1,000,000
  186. active members is recognized in the press, user groups,
  187. developers, and Microsoft as the foremost resource for
  188. shareware publishers on CompuServe and the Internet.
  189.  
  190. For pricing, orders, site licenses, or additional 
  191. information contact:
  192.  
  193. Unisyn
  194. Voice: (213)738-1700
  195. FAX: (213)738-7556
  196.  
  197. http://www.unisyn.com
  198. automate@unisyn.com
  199.  
  200. 3450 Wilshire Blvd.
  201. Suite 316
  202. Los Angeles, CA 90010